home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Microsoft / Datos / Home.dxr / 00142.ls < prev    next >
Encoding:
Text File  |  2003-11-07  |  95 b   |  8 lines

  1. on exitFrame me
  2.   if rollover(4) then
  3.     go(the frame + 1)
  4.   else
  5.     go("Menu")
  6.   end if
  7. end
  8.